Skip to content

Optimizing Continuous Development Reliability and Efficiency (Wing Lam)

![[Pasted image 20250221140318.png]]

Challenges:

  • tests are flaky
  • CD is slow

Flaky test in CICD pipeliens

  • Characterization
  • Detection
  • Taming

Cause

  • Order Dependent
  • Order Independent
    • Concurrency ...

Work1: Identify the flaky tests

  • Reverse tests for early fail

...

Contributor

Changelog

Written with